home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / mmgr / MM_FbMRMv12.lha / MM / Config / MM_FbMRM.cfg next >
Text File  |  1996-09-01  |  2KB  |  111 lines

  1. ;
  2. ;
  3. ;
  4. ; Configfile for MM_FbMReqManager V 1.2+
  5. ; © 1996 by Sebastian Bleikamp.
  6. ;
  7. ;
  8. ;
  9. ;
  10.  
  11. ;
  12. ; how is the server called ?
  13. ; the first name will be used to answer messages.
  14. ;
  15. #SERVERNAME FileRequestManager FileRequest
  16.  
  17. ;
  18. ; Who´s the sysop of the system ??
  19. ;
  20. #SYSOPNAME <DummySysop>
  21.  
  22. ;
  23. ; the UUEncode command.
  24. ; You can use the following keywords, they will be replaced
  25. ; by the correct values:
  26. ; {INFILE}, {OUTFILE}, {MAXSIZE} (in bytes).
  27. ;
  28. #UUENCODE MM:bin/uuin INFILE {INFILE} OUTFILE {OUTFILE} MAXBYTES {MAXSIZE} NORENAME
  29.  
  30. ;
  31. ; the tempfile(s).
  32. ;
  33. #TEMPFILE T:MM_FbMReq.tmp
  34.  
  35. ;
  36. ; the indexfile.
  37. ; all requestable files have an entry here:
  38. ;
  39. #INDEXFILE MM:Freq/Data/index
  40.  
  41. ;
  42. ; the password file.
  43. ; all users with other levels than the stdlevel have an entry here.
  44. ;
  45. #PASSWDFILE MM:Freq/Data/passwd
  46.  
  47. ;
  48. ; the flags to which a message must have to be checked.
  49. ; usually: !SENT !INTR
  50. ;
  51. #SEARCHFLAGS !SENT !INTR
  52.  
  53. ;
  54. ; the std. flags for a message:
  55. ;
  56. #STDFLAGS PVT KILL
  57.  
  58. ;
  59. ; the flags a message gets after processing:
  60. ;
  61. #DONEFLAGS SENT READ DEL
  62.  
  63. ;
  64. ; the level for users which are not in the passwd file:
  65. ; (-1 = locked out.)
  66. ;
  67. #STDLEVEL 0
  68.  
  69. ;
  70. ; the level for being able to set files on hold:
  71. ;
  72. #HOLDLEVEL 0
  73.  
  74. ;
  75. ; the max. size of a file/text/list without beiing split:
  76. ;
  77. #MAXTXTSIZE 40960
  78. #MAXFILESIZE 40960
  79.  
  80. ;
  81. ; the textfiles.
  82. ;
  83. #TEXT_HELPFILE MM:Freq/Data/Help.txt
  84. #TEXT_FILENOTFOUND MM:Freq/Data/FileNotFound.txt
  85. #TEXT_WRONGPASS MM:Freq/Data/WrongPass.txt
  86. #TEXT_FILELIST MM:Freq/Data/FileList.txt
  87. #TEXT_SENDREADME MM:Freq/Data/SendReadMe.txt
  88. #TEXT_SENDFILE MM:Freq/Data/SendFile.txt
  89. #TEXT_SENDTEXT MM:Freq/Data/SendText.txt
  90. #TEXT_SENDSCAN MM:Freq/Data/Search.txt
  91. #TEXT_SENDHOLD MM:Freq/Data/SendHold.txt
  92.  
  93. ;
  94. ; the subjects.
  95. ; replace patterns can be used.
  96. ;
  97. #SUBJ_HELPFILE Helpfile request.
  98. #SUBJ_FILENOTFOUND File not found: {FNAME}
  99. #SUBJ_WRONGPASS Wrong password !
  100. #SUBJ_FILELIST Filelist request.
  101. #SUBJ_SENDREADME {FNAME} [{FPART}/{FMAXPART}]
  102. #SUBJ_SENDFILE {FNAME} [{FPART}/{FMAXPART}]
  103. #SUBJ_SENDTEXT {FNAME} [{FPART}/{FMAXPART}]
  104. #SUBJ_SENDSCAN Scan results: {FNAME}
  105. #SUBJ_SENDHOLD File "{FNAME}" ready for request.
  106.  
  107.  
  108. ;
  109. ;
  110. ; EOF
  111.